UsbRepository_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class UsbRepository_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(applicationProvider: Provider<Application>, dispatchersProvider: Provider<CoroutineDispatchers>, processLifecycleProvider: Provider<Lifecycle>, usbBroadcastReceiverLazyProvider: Provider<UsbBroadcastReceiver>, usbManagerLazyProvider: Provider<UsbManager>, usbSerialProberLazyProvider: Provider<UsbSerialProber>): UsbRepository_Factory
Link copied to clipboard
open fun get(): UsbRepository
Link copied to clipboard
open fun newInstance(application: Application, dispatchers: CoroutineDispatchers, processLifecycle: Lifecycle, usbBroadcastReceiverLazy: Lazy<UsbBroadcastReceiver>, usbManagerLazy: Lazy<UsbManager>, usbSerialProberLazy: Lazy<UsbSerialProber>): UsbRepository